home *** CD-ROM | disk | FTP | other *** search
- object NewCustomDictionary: TNewCustomDictionary
- Left = 656
- Top = 351
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'xxNew Custom Dictionary'
- ClientHeight = 126
- ClientWidth = 284
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object EditLabel: TLabel
- Left = 10
- Top = 20
- Width = 238
- Height = 16
- Caption = 'xxEnter the new custom dictionary name:'
- FocusControl = NameEdit
- end
- object NameEdit: TEdit
- Left = 10
- Top = 49
- Width = 267
- Height = 21
- TabOrder = 0
- end
- object OKButton: TButton
- Left = 86
- Top = 89
- Width = 92
- Height = 28
- Caption = 'xx&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 185
- Top = 89
- Width = 92
- Height = 28
- Cancel = True
- Caption = 'xx&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object DialogControl: TConfigurationDialogCtrl
- OnConfigurationAvailable = DialogControlConfigurationAvailable
- Left = 8
- Top = 72
- end
- end
-